@charset "utf-8";
/* CSS Document */
/* reset */

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	/* [disabled]margin:0;
*/
	padding: 0;
	font-family: "microsoft yahei", "simhei", "simsun";
	color: #333333;
	margin: 0;
	font-size: 14px;
}
p {
	padding: 0;
	font-family: "microsoft yahei", "simhei", "simsun";
	color: #6c6c6c;
	margin: 0;
}
table {
	/* border-collapse: collapse; */
	border-spacing: 0;
}
html, body, fieldset, img, iframe, abbr {
	border: 0;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
[hidefocus], summary {
	outline: 0;
}
li {
	list-style: none;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
	font-weight: normal
}
sup, sub {
	font-size: 83%;
}
pre, code, kbd, samp {
	font-family: inherit;
}
q:before, q:after {
	content: none;
}
textarea {
	overflow: auto;
	resize: none;
}
label, summary {
	cursor: default;
}
a, button {
	cursor: pointer;
}
del, ins, u, s, a, a:hover {
	text-decoration: none;
}
a {
	color: #333;
	font-family: "microsoft yahei";
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
}
.fr {
	float: right!important
}
.fl {
	float: left!important
}
body {
	margin: 0px;
	padding: 0px;
	background: #ffffff; min-width:1200px;
}
img {
	border: 0;
	display: block
}
.clearfix{ clear:both;}
